home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-11-24 | 4.2 KB | 176 lines |
- ;; Copyright (c) 1997, Qualcomm, Inc.
- ;; All Rights Reserved.
-
- ;; Tri-fold view (with month view on the back)
-
- [id]
- type=style day
- name=Day View Tri-Fold
- view=day
- orientation = landscape
- ;;;;pages=2
- sides=fronttoback
- optional=datec color "Date color:" labelc color "Label color:" todayc color "This month's color:" otherc color "Other month's color:"
-
- ; *************************************************************************
- [thumbnail]
- box=
- pen=1 #labelc
- layer1= { 0 1:3 0 1:1} thumbtleft
- layer2 = { 1:3 2:3 0 1:1} thumbmiddle
- layer3= { 2:3 3:3 0 1:1} thumbtright
-
- [thumbtleft]
- box=
- frame1={0 1:4 0 1:12}
- frame3={1:4 1:1 0 1:12}
- layer2={0 1:1 1:12 1:1} thumbother
-
- [thumbother]
- box1={0 1:1 0:30 1:30}
- box2={0 1:1 15:30 16:30 }
-
- [thumbmiddle]
- box1=
- font=7:8
- text={0 1000 0 1:10} #datec @currentyear
- box2={0 1000 1:10 1000}
- grid={0 1000 1:10 1000} 2 6
-
- [thumbtright]
- box=
- layer2={0 1:1 1:12 1:1} thumbother
-
- ; *************************************************************************
- [start]
- layer= start1
-
- [start2]
- return=@height
- font=1:1
- layer= noheaderstartit "mon1c.ini" @setmonthview
-
- ; ------------------------------------------------------------------------
- [start1]
- font=1:1
- layer1={0 1000 990 1000} copyright "common.ini"
- layer2={0 1000 0 990} ? @header teststartit testfooterstartit
-
- [testfooterstartit]
- layer=? @footer footerstartit noheaderstartit
-
- [footerstartit]
- text={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 0 19:20} noheaderstartit
-
- [teststartit]
- layer=? @footer headerfooterstartit headerstartit
-
- [headerfooterstartit]
- text1={0 1000 0 1:20} #headercolor @header
- text2={0 1000 19:20 20:20} #footercolor @footer
- layer={0 1000 1:20 19:20} noheaderstartit
-
- [headerstartit]
- text={0 1000 0 1:20} #headercolor @header
- layer={0 1000 1:20 20:20} noheaderstartit
-
- [noheaderstartit]
- box=
- font=1:1
- layer1= { 0 1:3 0 1:1} tleft
- data=nodata
- layer2 = { 1:3 2:3 0 1:1} middle
- layer3= { 2:3 3:3 0 1:1} tright
-
- ; ------------------------------------------------------------------------
- [tleft]
- box=
- layer1={0 1:4 0 1:12} topleft
- layer3={1:4 1:1 0 1:12} daytext
- layer2={0 1:1 1:12 1:1} todos
-
- ; ------------------------------------------------------------------------
- [daytext]
- message=(@weekday3 " " @day)
- text1 = {0 1:1 0 5:8 } right #datec @weekday
- text2 = {0 1:1 5:8 8:8 } right #datec (@month ", " @year)
-
- ; ------------------------------------------------------------------------
- [todos]
- brush= ?@iscolor #labelc
- box1={0 1:1 0:30 1:30}
- box2={0 1:1 15:30 16:30 }
-
- font1=bold
- pen1= ?@iscolor white black
- text1={0 1:1 0:30 1:30} "Today's Schedule"
- text2={0 1:1 15:30 16:30 } "To-Dos"
-
- font2=normal
- brush2=white
- pen2=black
- layer3 = {0 1000 1:30 15:30} hourgrid
-
- event=todo call banner special sticky holiday
- font3=fixed 1:18
- layer5={0 1000 16:30 17:30} shorttodolistertitle "common.ini"
- stack={0 1000 17:30 30:30} null todoevent
-
- [todoevent]
- layer=shorttodolister "common.ini"
-
- [hourgrid]
- box=lightergray
- layer2={0 11:90 0 1000} hours
- font=1:19
- event=meeting
- hourgrid={11:90 1000 0 1000} #daystart #dayend event1
-
- [event1]
- font=event
- pen=event
- stream= rest 1:10 (@tl ? @showdescription (? @ds (" - " @ds) "" ))
-
- [hours]
- box=lightergray
- font=1:2
- grid=1 #daylength items @sethourview @nextdaystart
-
- [items]
- text1= top @hour
- text2= bottombase @ampm
-
- ; ------------------------------------------------------------------------
- [topleft]
- text1={1:20 3:4 0 1:1} left #datec @day
-
- [tright]
- pen1=1 ? @iscolor #labelc
- box = { 0 1:1 0 1:15}
- text = { 0 1:1 0 1:15} "Notes"
- pen2=1 black
- grid= { 0 1:1 1:11 1:1} 1 30
-
- [middle]
- box =
- data=setmonthview setfirstmonth
- pen=1 #datec
- text = { 0 1:1 0 1:15} @currentyear
- grid = { 0 1:1 1:15 1:1} 2 6 0 dothumbnail nextmonth
-
- [dothumbnail]
- layer = = (@currentmonth @currentyear) (@actualmonth @actualyear) thumbdark thumb
-
- [thumbdark]
- font=bold
- pen=3 #todayc
- box1={1:20 19:20 1:20 19:20}
- box2= {1:13 12:13 1:13 12:13}
- layer1= {1:13 12:13 1:13 12:13} thumbnail "common.ini"
-
- [thumb]
- pen=1 #otherc
- box= {1:13 12:13 1:13 12:13}
- layer1= {1:13 12:13 1:13 12:13} thumbnail "common.ini"
-